home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / vol7n2.arc / PAINT.DOC < prev    next >
Text File  |  1987-12-23  |  4KB  |  70 lines

  1.  
  2.  
  3. PAINT
  4. Command
  5.  
  6. Jeff Prosise                        1988/No. 2 (Utilities)
  7.  
  8.  
  9.  Purpose:    Edits or creates custom help or reference screens that can be
  10.  popped up over an application program or at the DOS prompt with the HELP.COM
  11.  (PC Lab Notes, 1988/No. 1).  Also provides full control of character and
  12.  video attribute bytes and permits insertion of single-line, double-line, or
  13.  pattern characters from the extended-ASCII PC text-graphics set.
  14.  
  15. Format:    PAINT [filespec]
  16.  
  17.  Remarks:    The optional filespec is the filename (plus drive and path, if
  18.  needed) of a help/reference screen previously saved for HELP.COM by means of
  19.  the related CAPTURE program (PC Lab Notes, 1988/No. 1).  If filespec is
  20.  omitted, PAINT permits creating and saving a new screen in the appropriate
  21.  format.  HELP files are 4,000-byte screen buffer images, and as many as 14
  22.  may be chained together for successive display.  The PgUp and PgDn keys in
  23.  PAINT move through multiple-screen files.  
  24.  
  25.     The Ins key toggles the PAINT editor between overstrike (the default)
  26.  and insert modes. The Del key deletes the character under the cursor and
  27.  closes up the text.  In overstrike mode, the Backspace key moves the cursor
  28.  left without moving any text characters to its right.  In insert mode, the
  29.  Backspace drags characters with it.  The cursor can be moved anywhere within
  30.  the viewing area by means of the cursor keys.  Home and End move the cursor
  31.  to the ends of the text line, and Enter performs the usual carriage
  32.  return/line feed.
  33.  
  34.     Function key F1 lists the menus presented by each function key, and
  35.  Esc de-selects any active menu.  F3 toggles between text-only and text-plus
  36. -attribute modes, which are also reflected in the operation of the Backspace
  37.  and Del keys.  Attributes are selected by number(s) after pressing F2, which
  38.  presents 16 foreground and 8 background color choices (color systems) or
  39.  normal, reverse, boldface, or underline (monochrome systems).  By positioning
  40.  the cursor on any displayed character and pressing F2 twice, that video 
  41.  attribute can be selected without using the menu numbers.  Pressing Enter 
  42.  defaults to the current selection.  Selected attributes remain in effect 
  43.  until changed.  
  44.  
  45.     Small or irregular screen areas can be "painted" with the current 
  46.  attribute by holding down the Ctrl key and pressing the desired cursor Arrow
  47.  keys.  Large screen areas may be defined by locating the cursor at one corner
  48.  and pressing F5, then moving to the diagonal corner and pressing F5 again.  A
  49.  menu choice is then presented, either to clear the defined block of text
  50.  characters or to paint them all with the current video attribute.  Pressing
  51.  F5 twice without moving the cursor defines the entire screen and presents the
  52.  same choice.
  53.  
  54.     Function key F4 permits selection of single-line, double-line, 
  55. patterns, or asterisks that are then written to the screen by holding down the
  56. Alt key and pressing the cursor arrows.  Where lines cross, appropriate 
  57. junction symbols are substituted.  F6 asks for a filename under which the file
  58. is to be saved (it supplies the original filename as a default) and saves the
  59. file.  Compensation is automatically applied to adjust for differences in
  60. display size.  Pressing F7 returns to DOS.
  61.  
  62.     
  63. Notes:
  64.  
  65. 1.     While PAINT is intended primarily for use with screens that use the
  66.  HELP program, it can be used to advantage in prototyping screens for 
  67. application programs and in the design layout of other pop-up windows.
  68.  
  69. 2.  PAINT is compatible both with traditional PCs and with the new PS/2 line.    
  70.